Html Css Color HEX #690D1C Pohutukawa

📋 copy color: '#690D1C'

red 105 ◦ green 13 ◦ blue 28

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

Shades of Pohutukawa #690D1C

Tints of Pohutukawa #690D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.9%

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 71.92%
G = 8.9%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#690D1C (or 0x690D1C) is known color: Pohutukawa. HEX triplet: 69, 0D and 1C. RGB value is (105,13,28). Sum of RGB (Red+Green+Blue) = 105+13+28=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #690D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D1C is #96F2E3. Grayscale: #2A2A2A. Windows color (decimal): -9892580 or 1838441. OLE color: 1838441.

HSL color Cylindrical-coordinate representation of color #690D1C: hue angle of 350.22º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D1C is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 28 -
CMYK 0 0.88 0.73 0.59
HSL 350.22º 0.78% 0.23% -
HSV(B) 350.22º 0.88% 0.41% -
XYZ 6.18 3.37 1.42 -
YUV 42.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 105 13 28 0 0.88 0.73 0.59 350.22 0.78 0.23
Hex 69 D 1C 0 58 49 3B 15E 4E 17
Octal 151 15 34 0 130 111 73 536 116 27
Binary 1101001 1101 11100 0 1011000 1001001 111011 101011110 1001110 10111

Color Harmonies of #690D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D1C

Black with #690D1C

Text Example


Text Example

White with #690D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,28); }

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

background-color css

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

 a { background-color: rgb(105,13,28); }

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

border-color css

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

 span { border-color: rgb(105,13,28); }

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