Html Css Color HEX #690F27 Pohutukawa

📋 copy color: '#690F27'

red 105 ◦ green 15 ◦ blue 39

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

Shades of Pohutukawa #690F27

Tints of Pohutukawa #690F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

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

R = 66.04%
G = 9.43%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#690F27 (or 0x690F27) is known color: Pohutukawa. HEX triplet: 69, 0F and 27. RGB value is (105,15,39). Sum of RGB (Red+Green+Blue) = 105+15+39=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #690F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F27 is #96F0D8. Grayscale: #2C2C2C. Windows color (decimal): -9892057 or 2559849. OLE color: 2559849.

HSL color Cylindrical-coordinate representation of color #690F27: hue angle of 344º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F27 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 39 -
CMYK 0 0.86 0.63 0.59
HSL 344º 0.75% 0.24% -
HSV(B) 344º 0.86% 0.41% -
XYZ 6.36 3.49 2.26 -
YUV 44.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 105 15 39 0 0.86 0.63 0.59 344 0.75 0.24
Hex 69 F 27 0 56 3F 3B 158 4B 18
Octal 151 17 47 0 126 77 73 530 113 30
Binary 1101001 1111 100111 0 1010110 111111 111011 101011000 1001011 11000

Color Harmonies of #690F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F27

Black with #690F27

Text Example


Text Example

White with #690F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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