Html Css Color HEX #690A1C Pohutukawa

📋 copy color: '#690A1C'

red 105 ◦ green 10 ◦ blue 28

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

Shades of Pohutukawa #690A1C

Tints of Pohutukawa #690A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.99%

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

R = 73.43%
G = 6.99%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#690A1C (or 0x690A1C) is known color: Pohutukawa. HEX triplet: 69, 0A and 1C. RGB value is (105,10,28). Sum of RGB (Red+Green+Blue) = 105+10+28=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #690A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A1C is #96F5E3. Grayscale: #282828. Windows color (decimal): -9893348 or 1837673. OLE color: 1837673.

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

Color convert

RGB 105 10 28 -
CMYK 0 0.90 0.73 0.59
HSL 348.63º 0.83% 0.23% -
HSV(B) 348.63º 0.9% 0.41% -
XYZ 6.14 3.3 1.41 -
YUV 40.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 105 10 28 0 0.90 0.73 0.59 348.63 0.83 0.23
Hex 69 A 1C 0 5A 49 3B 15D 53 17
Octal 151 12 34 0 132 111 73 535 123 27
Binary 1101001 1010 11100 0 1011010 1001001 111011 101011101 1010011 10111

Color Harmonies of #690A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A1C

Black with #690A1C

Text Example


Text Example

White with #690A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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