Html Css Color HEX #6D101C Pohutukawa

📋 copy color: '#6D101C'

red 109 ◦ green 16 ◦ blue 28

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

Shades of Pohutukawa #6D101C

Tints of Pohutukawa #6D101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

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

R = 71.24%
G = 10.46%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D101C (or 0x6D101C) is known color: Pohutukawa. HEX triplet: 6D, 10 and 1C. RGB value is (109,16,28). Sum of RGB (Red+Green+Blue) = 109+16+28=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D101C is #92EFE3. Grayscale: #2D2D2D. Windows color (decimal): -9629668 or 1839213. OLE color: 1839213.

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

Color convert

RGB 109 16 28 -
CMYK 0 0.85 0.74 0.57
HSL 352.26º 0.74% 0.25% -
HSV(B) 352.26º 0.85% 0.43% -
XYZ 6.7 3.71 1.46 -
YUV 45.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 109 16 28 0 0.85 0.74 0.57 352.26 0.74 0.25
Hex 6D 10 1C 0 55 4A 39 160 4A 19
Octal 155 20 34 0 125 112 71 540 112 31
Binary 1101101 10000 11100 0 1010101 1001010 111001 101100000 1001010 11001

Color Harmonies of #6D101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D101C

Black with #6D101C

Text Example


Text Example

White with #6D101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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