Html Css Color HEX #69161C Pohutukawa

📋 copy color: '#69161C'

red 105 ◦ green 22 ◦ blue 28

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

Shades of Pohutukawa #69161C

Tints of Pohutukawa #69161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 67.74%
G = 14.19%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#69161C (or 0x69161C) is known color: Pohutukawa. HEX triplet: 69, 16 and 1C. RGB value is (105,22,28). Sum of RGB (Red+Green+Blue) = 105+22+28=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69161C is #96E9E3. Grayscale: #2F2F2F. Windows color (decimal): -9890276 or 1840745. OLE color: 1840745.

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

Color convert

RGB 105 22 28 -
CMYK 0 0.79 0.73 0.59
HSL 355.66º 0.65% 0.25% -
HSV(B) 355.66º 0.79% 0.41% -
XYZ 6.32 3.66 1.47 -
YUV 47.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 105 22 28 0 0.79 0.73 0.59 355.66 0.65 0.25
Hex 69 16 1C 0 4F 49 3B 164 41 19
Octal 151 26 34 0 117 111 73 544 101 31
Binary 1101001 10110 11100 0 1001111 1001001 111011 101100100 1000001 11001

Color Harmonies of #69161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69161C

Black with #69161C

Text Example


Text Example

White with #69161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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