Html Css Color HEX #69091D Pohutukawa

📋 copy color: '#69091D'

red 105 ◦ green 9 ◦ blue 29

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

Shades of Pohutukawa #69091D

Tints of Pohutukawa #69091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 73.43%
G = 6.29%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69091D (or 0x69091D) is known color: Pohutukawa. HEX triplet: 69, 09 and 1D. RGB value is (105,9,29). Sum of RGB (Red+Green+Blue) = 105+9+29=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #69091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69091D is #96F6E2. Grayscale: #282828. Windows color (decimal): -9893603 or 1902953. OLE color: 1902953.

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

Color convert

RGB 105 9 29 -
CMYK 0 0.91 0.72 0.59
HSL 347.5º 0.84% 0.22% -
HSV(B) 347.5º 0.91% 0.41% -
XYZ 6.15 3.29 1.47 -
YUV 39.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 105 9 29 0 0.91 0.72 0.59 347.5 0.84 0.22
Hex 69 9 1D 0 5B 48 3B 15C 54 16
Octal 151 11 35 0 133 110 73 534 124 26
Binary 1101001 1001 11101 0 1011011 1001000 111011 101011100 1010100 10110

Color Harmonies of #69091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69091D

Black with #69091D

Text Example


Text Example

White with #69091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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