Html Css Color HEX #69090A Pohutukawa

📋 copy color: '#69090A'

red 105 ◦ green 9 ◦ blue 10

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

Shades of Pohutukawa #69090A

Tints of Pohutukawa #69090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.06%

R = 84.68%
G = 7.26%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#69090A (or 0x69090A) is known color: Pohutukawa. HEX triplet: 69, 09 and 0A. RGB value is (105,9,10). Sum of RGB (Red+Green+Blue) = 105+9+10=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #69090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69090A is #96F6F5. Grayscale: #252525. Windows color (decimal): -9893622 or 657769. OLE color: 657769.

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

Color convert

RGB 105 9 10 -
CMYK 0 0.91 0.90 0.59
HSL 359.38º 0.84% 0.22% -
HSV(B) 359.38º 0.91% 0.41% -
XYZ 5.98 3.22 0.59 -
YUV 37.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 105 9 10 0 0.91 0.90 0.59 359.38 0.84 0.22
Hex 69 9 A 0 5B 5A 3B 167 54 16
Octal 151 11 12 0 133 132 73 547 124 26
Binary 1101001 1001 1010 0 1011011 1011010 111011 101100111 1010100 10110

Color Harmonies of #69090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69090A

Black with #69090A

Text Example


Text Example

White with #69090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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