Html Css Color HEX #6D1520 Pohutukawa

📋 copy color: '#6D1520'

red 109 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #6D1520

Tints of Pohutukawa #6D1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 67.28%
G = 12.96%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D1520 (or 0x6D1520) is known color: Pohutukawa. HEX triplet: 6D, 15 and 20. RGB value is (109,21,32). Sum of RGB (Red+Green+Blue) = 109+21+32=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1520 is #92EADF. Grayscale: #303030. Windows color (decimal): -9628384 or 2102637. OLE color: 2102637.

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

Color convert

RGB 109 21 32 -
CMYK 0 0.81 0.71 0.57
HSL 352.5º 0.68% 0.25% -
HSV(B) 352.5º 0.81% 0.43% -
XYZ 6.84 3.89 1.76 -
YUV 48.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 109 21 32 0 0.81 0.71 0.57 352.5 0.68 0.25
Hex 6D 15 20 0 51 47 39 160 44 19
Octal 155 25 40 0 121 107 71 540 104 31
Binary 1101101 10101 100000 0 1010001 1000111 111001 101100000 1000100 11001

Color Harmonies of #6D1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1520

Black with #6D1520

Text Example


Text Example

White with #6D1520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,32); }

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

background-color css

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

 a { background-color: rgb(109,21,32); }

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

border-color css

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

 span { border-color: rgb(109,21,32); }

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