Html Css Color HEX #690910 Pohutukawa

📋 copy color: '#690910'

red 105 ◦ green 9 ◦ blue 16

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

Shades of Pohutukawa #690910

Tints of Pohutukawa #690910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

 BLUE value IS 16 (6.64% from 255) = 12.31%

R = 80.77%
G = 6.92%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#690910 (or 0x690910) is known color: Pohutukawa. HEX triplet: 69, 09 and 10. RGB value is (105,9,16). Sum of RGB (Red+Green+Blue) = 105+9+16=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690910 is #96F6EF. Grayscale: #262626. Windows color (decimal): -9893616 or 1050985. OLE color: 1050985.

HSL color Cylindrical-coordinate representation of color #690910: hue angle of 355.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690910 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 16 -
CMYK 0 0.91 0.85 0.59
HSL 355.63º 0.84% 0.22% -
HSV(B) 355.63º 0.91% 0.41% -
XYZ 6.02 3.24 0.8 -
YUV 38.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 105 9 16 0 0.91 0.85 0.59 355.63 0.84 0.22
Hex 69 9 10 0 5B 55 3B 164 54 16
Octal 151 11 20 0 133 125 73 544 124 26
Binary 1101001 1001 10000 0 1011011 1010101 111011 101100100 1010100 10110

Color Harmonies of #690910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690910

Black with #690910

Text Example


Text Example

White with #690910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690910; }

 p { color: rgb(105,9,16); }

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

background-color css

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

 a { background-color: rgb(105,9,16); }

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

border-color css

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

 span { border-color: rgb(105,9,16); }

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