Html Css Color HEX #69171D Pohutukawa

📋 copy color: '#69171D'

red 105 ◦ green 23 ◦ blue 29

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

Shades of Pohutukawa #69171D

Tints of Pohutukawa #69171D

RGB

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

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

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

R = 66.88%
G = 14.65%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#69171D (or 0x69171D) is known color: Pohutukawa. HEX triplet: 69, 17 and 1D. RGB value is (105,23,29). Sum of RGB (Red+Green+Blue) = 105+23+29=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69171D is #96E8E2. Grayscale: #303030. Windows color (decimal): -9890019 or 1906537. OLE color: 1906537.

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

Color convert

RGB 105 23 29 -
CMYK 0 0.78 0.72 0.59
HSL 355.61º 0.64% 0.25% -
HSV(B) 355.61º 0.78% 0.41% -
XYZ 6.35 3.7 1.54 -
YUV 48.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 105 23 29 0 0.78 0.72 0.59 355.61 0.64 0.25
Hex 69 17 1D 0 4E 48 3B 164 40 19
Octal 151 27 35 0 116 110 73 544 100 31
Binary 1101001 10111 11101 0 1001110 1001000 111011 101100100 1000000 11001

Color Harmonies of #69171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69171D

Black with #69171D

Text Example


Text Example

White with #69171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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