Html Css Color HEX #69090D Pohutukawa

📋 copy color: '#69090D'

red 105 ◦ green 9 ◦ blue 13

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

Shades of Pohutukawa #69090D

Tints of Pohutukawa #69090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 82.68%
G = 7.09%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69090D (or 0x69090D) is known color: Pohutukawa. HEX triplet: 69, 09 and 0D. RGB value is (105,9,13). Sum of RGB (Red+Green+Blue) = 105+9+13=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #69090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69090D is #96F6F2. Grayscale: #262626. Windows color (decimal): -9893619 or 854377. OLE color: 854377.

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

Color convert

RGB 105 9 13 -
CMYK 0 0.91 0.88 0.59
HSL 357.5º 0.84% 0.22% -
HSV(B) 357.5º 0.91% 0.41% -
XYZ 6 3.23 0.69 -
YUV 38.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 105 9 13 0 0.91 0.88 0.59 357.5 0.84 0.22
Hex 69 9 D 0 5B 58 3B 166 54 16
Octal 151 11 15 0 133 130 73 546 124 26
Binary 1101001 1001 1101 0 1011011 1011000 111011 101100110 1010100 10110

Color Harmonies of #69090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69090D

Black with #69090D

Text Example


Text Example

White with #69090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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