Html Css Color HEX #69171C Pohutukawa

📋 copy color: '#69171C'

red 105 ◦ green 23 ◦ blue 28

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

Shades of Pohutukawa #69171C

Tints of Pohutukawa #69171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

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

R = 67.31%
G = 14.74%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#69171C (or 0x69171C) is known color: Pohutukawa. HEX triplet: 69, 17 and 1C. RGB value is (105,23,28). Sum of RGB (Red+Green+Blue) = 105+23+28=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #69171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69171C is #96E8E3. Grayscale: #303030. Windows color (decimal): -9890020 or 1841001. OLE color: 1841001.

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

Color convert

RGB 105 23 28 -
CMYK 0 0.78 0.73 0.59
HSL 356.34º 0.64% 0.25% -
HSV(B) 356.34º 0.78% 0.41% -
XYZ 6.34 3.7 1.48 -
YUV 48.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 105 23 28 0 0.78 0.73 0.59 356.34 0.64 0.25
Hex 69 17 1C 0 4E 49 3B 164 40 19
Octal 151 27 34 0 116 111 73 544 100 31
Binary 1101001 10111 11100 0 1001110 1001001 111011 101100100 1000000 11001

Color Harmonies of #69171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69171C

Black with #69171C

Text Example


Text Example

White with #69171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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