Html Css Color HEX #6D0C1F Pohutukawa

📋 copy color: '#6D0C1F'

red 109 ◦ green 12 ◦ blue 31

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

Shades of Pohutukawa #6D0C1F

Tints of Pohutukawa #6D0C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 71.71%
G = 7.89%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D0C1F (or 0x6D0C1F) is known color: Pohutukawa. HEX triplet: 6D, 0C and 1F. RGB value is (109,12,31). Sum of RGB (Red+Green+Blue) = 109+12+31=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0C1F is #92F3E0. Grayscale: #2B2B2B. Windows color (decimal): -9630689 or 2034797. OLE color: 2034797.

HSL color Cylindrical-coordinate representation of color #6D0C1F: hue angle of 348.25º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C1F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 12 31 -
CMYK 0 0.89 0.72 0.57
HSL 348.25º 0.8% 0.24% -
HSV(B) 348.25º 0.89% 0.43% -
XYZ 6.69 3.61 1.64 -
YUV 43.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 109 12 31 0 0.89 0.72 0.57 348.25 0.8 0.24
Hex 6D C 1F 0 59 48 39 15C 50 18
Octal 155 14 37 0 131 110 71 534 120 30
Binary 1101101 1100 11111 0 1011001 1001000 111001 101011100 1010000 11000

Color Harmonies of #6D0C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C1F

Black with #6D0C1F

Text Example


Text Example

White with #6D0C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,12,31); }

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

background-color css

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

 a { background-color: rgb(109,12,31); }

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

border-color css

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

 span { border-color: rgb(109,12,31); }

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