Html Css Color HEX #69171B Pohutukawa

📋 copy color: '#69171B'

red 105 ◦ green 23 ◦ blue 27

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

Shades of Pohutukawa #69171B

Tints of Pohutukawa #69171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 67.74%
G = 14.84%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#69171B (or 0x69171B) is known color: Pohutukawa. HEX triplet: 69, 17 and 1B. RGB value is (105,23,27). Sum of RGB (Red+Green+Blue) = 105+23+27=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69171B is #96E8E4. Grayscale: #303030. Windows color (decimal): -9890021 or 1775465. OLE color: 1775465.

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

Color convert

RGB 105 23 27 -
CMYK 0 0.78 0.74 0.59
HSL 357.07º 0.64% 0.25% -
HSV(B) 357.07º 0.78% 0.41% -
XYZ 6.33 3.7 1.42 -
YUV 47.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 105 23 27 0 0.78 0.74 0.59 357.07 0.64 0.25
Hex 69 17 1B 0 4E 4A 3B 165 40 19
Octal 151 27 33 0 116 112 73 545 100 31
Binary 1101001 10111 11011 0 1001110 1001010 111011 101100101 1000000 11001

Color Harmonies of #69171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69171B

Black with #69171B

Text Example


Text Example

White with #69171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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