Html Css Color HEX #6D131C Pohutukawa

📋 copy color: '#6D131C'

red 109 ◦ green 19 ◦ blue 28

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

Shades of Pohutukawa #6D131C

Tints of Pohutukawa #6D131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

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

R = 69.87%
G = 12.18%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D131C (or 0x6D131C) is known color: Pohutukawa. HEX triplet: 6D, 13 and 1C. RGB value is (109,19,28). Sum of RGB (Red+Green+Blue) = 109+19+28=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D131C is #92ECE3. Grayscale: #2E2E2E. Windows color (decimal): -9628900 or 1839981. OLE color: 1839981.

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

Color convert

RGB 109 19 28 -
CMYK 0 0.83 0.74 0.57
HSL 354º 0.7% 0.25% -
HSV(B) 354º 0.83% 0.43% -
XYZ 6.75 3.8 1.48 -
YUV 46.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 109 19 28 0 0.83 0.74 0.57 354 0.7 0.25
Hex 6D 13 1C 0 53 4A 39 162 46 19
Octal 155 23 34 0 123 112 71 542 106 31
Binary 1101101 10011 11100 0 1010011 1001010 111001 101100010 1000110 11001

Color Harmonies of #6D131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D131C

Black with #6D131C

Text Example


Text Example

White with #6D131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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