Html Css Color HEX #690B2A Pohutukawa

📋 copy color: '#690B2A'

red 105 ◦ green 11 ◦ blue 42

#690B2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #690B2A

Tints of Pohutukawa #690B2A

RGB

 RED value IS 105 (41.41% from 255) = 66.46%

 GREEN value IS 11 (4.69% from 255) = 6.96%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 66.46%
G = 6.96%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.6

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#690B2A (or 0x690B2A) is known color: Pohutukawa. HEX triplet: 69, 0B and 2A. RGB value is (105,11,42). Sum of RGB (Red+Green+Blue) = 105+11+42=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #690B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B2A is #96F4D5. Grayscale: #2A2A2A. Windows color (decimal): -9893078 or 2755433. OLE color: 2755433.

HSL color Cylindrical-coordinate representation of color #690B2A: hue angle of 340.21º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B2A is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 42 -
CMYK 0 0.90 0.6 0.59
HSL 340.21º 0.81% 0.23% -
HSV(B) 340.21º 0.9% 0.41% -
XYZ 6.36 3.41 2.51 -
YUV 42.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 105 11 42 0 0.90 0.6 0.59 340.21 0.81 0.23
Hex 69 B 2A 0 5A 3C 3B 154 51 17
Octal 151 13 52 0 132 74 73 524 121 27
Binary 1101001 1011 101010 0 1011010 111100 111011 101010100 1010001 10111

Color Harmonies of #690B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B2A

Black with #690B2A

Text Example


Text Example

White with #690B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690B2A; }

 p { color: rgb(105,11,42); }

 H1.HeaderClassName
 {
   color: #690B2A;
 }
 .AnyTagClassName
 {
   color: #690B2A;
 }
</style>

background-color css

<style>
 a { background-color: #690B2A; }

 a { background-color: rgb(105,11,42); }

 div.DivClassName
 {
   background-color: #690B2A;
 }
 .BgClassName
 {
   background-color: #690B2A;
 }
</style>

border-color css

<style>
 span { border-color: #690B2A; }

 span { border-color: rgb(105,11,42); }

 td.TdClassName
 {
   border-color: #690B2A;
 }
 .TagClassName
 {
   border-color: #690B2A;
 }
</style>