Html Css Color HEX #69181C Pohutukawa

📋 copy color: '#69181C'

red 105 ◦ green 24 ◦ blue 28

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

Shades of Pohutukawa #69181C

Tints of Pohutukawa #69181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 66.88%
G = 15.29%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#69181C (or 0x69181C) is known color: Pohutukawa. HEX triplet: 69, 18 and 1C. RGB value is (105,24,28). Sum of RGB (Red+Green+Blue) = 105+24+28=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69181C is #96E7E3. Grayscale: #303030. Windows color (decimal): -9889764 or 1841257. OLE color: 1841257.

HSL color Cylindrical-coordinate representation of color #69181C: hue angle of 357.04º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69181C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 24 28 -
CMYK 0 0.77 0.73 0.59
HSL 357.04º 0.63% 0.25% -
HSV(B) 357.04º 0.77% 0.41% -
XYZ 6.36 3.74 1.49 -
YUV 48.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 105 24 28 0 0.77 0.73 0.59 357.04 0.63 0.25
Hex 69 18 1C 0 4D 49 3B 165 3F 19
Octal 151 30 34 0 115 111 73 545 77 31
Binary 1101001 11000 11100 0 1001101 1001001 111011 101100101 111111 11001

Color Harmonies of #69181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69181C

Black with #69181C

Text Example


Text Example

White with #69181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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