Html Css Color HEX #690B27 Pohutukawa

📋 copy color: '#690B27'

red 105 ◦ green 11 ◦ blue 39

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

Shades of Pohutukawa #690B27

Tints of Pohutukawa #690B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 67.74%
G = 7.1%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#690B27 (or 0x690B27) is known color: Pohutukawa. HEX triplet: 69, 0B and 27. RGB value is (105,11,39). Sum of RGB (Red+Green+Blue) = 105+11+39=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #690B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B27 is #96F4D8. Grayscale: #2A2A2A. Windows color (decimal): -9893081 or 2558825. OLE color: 2558825.

HSL color Cylindrical-coordinate representation of color #690B27: hue angle of 342.13º 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 #690B27 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 39 -
CMYK 0 0.90 0.63 0.59
HSL 342.13º 0.81% 0.23% -
HSV(B) 342.13º 0.9% 0.41% -
XYZ 6.31 3.39 2.24 -
YUV 42.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 105 11 39 0 0.90 0.63 0.59 342.13 0.81 0.23
Hex 69 B 27 0 5A 3F 3B 156 51 17
Octal 151 13 47 0 132 77 73 526 121 27
Binary 1101001 1011 100111 0 1011010 111111 111011 101010110 1010001 10111

Color Harmonies of #690B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B27

Black with #690B27

Text Example


Text Example

White with #690B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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