Html Css Color HEX #6D161C Pohutukawa

📋 copy color: '#6D161C'

red 109 ◦ green 22 ◦ blue 28

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

Shades of Pohutukawa #6D161C

Tints of Pohutukawa #6D161C

RGB

 RED value IS 109 (42.97% from 255) = 68.55%

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

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

R = 68.55%
G = 13.84%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D161C (or 0x6D161C) is known color: Pohutukawa. HEX triplet: 6D, 16 and 1C. RGB value is (109,22,28). Sum of RGB (Red+Green+Blue) = 109+22+28=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D161C is #92E9E3. Grayscale: #303030. Windows color (decimal): -9628132 or 1840749. OLE color: 1840749.

HSL color Cylindrical-coordinate representation of color #6D161C: hue angle of 355.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D161C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 28 -
CMYK 0 0.80 0.74 0.57
HSL 355.86º 0.66% 0.26% -
HSV(B) 355.86º 0.8% 0.43% -
XYZ 6.8 3.91 1.49 -
YUV 48.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 109 22 28 0 0.80 0.74 0.57 355.86 0.66 0.26
Hex 6D 16 1C 0 50 4A 39 164 42 1A
Octal 155 26 34 0 120 112 71 544 102 32
Binary 1101101 10110 11100 0 1010000 1001010 111001 101100100 1000010 11010

Color Harmonies of #6D161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D161C

Black with #6D161C

Text Example


Text Example

White with #6D161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D161C; }

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

 H1.HeaderClassName
 {
   color: #6D161C;
 }
 .AnyTagClassName
 {
   color: #6D161C;
 }
</style>

background-color css

<style>
 a { background-color: #6D161C; }

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

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

border-color css

<style>
 span { border-color: #6D161C; }

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

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