Html Css Color HEX #6D0B25 Pohutukawa

📋 copy color: '#6D0B25'

red 109 ◦ green 11 ◦ blue 37

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

Shades of Pohutukawa #6D0B25

Tints of Pohutukawa #6D0B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.01%

 BLUE value IS 37 (14.84% from 255) = 23.57%

R = 69.43%
G = 7.01%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D0B25 (or 0x6D0B25) is known color: Pohutukawa. HEX triplet: 6D, 0B and 25. RGB value is (109,11,37). Sum of RGB (Red+Green+Blue) = 109+11+37=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B25 is #92F4DA. Grayscale: #2B2B2B. Windows color (decimal): -9630939 or 2427757. OLE color: 2427757.

HSL color Cylindrical-coordinate representation of color #6D0B25: hue angle of 344.08º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B25 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 37 -
CMYK 0 0.90 0.66 0.57
HSL 344.08º 0.82% 0.24% -
HSV(B) 344.08º 0.9% 0.43% -
XYZ 6.76 3.62 2.09 -
YUV 43.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 109 11 37 0 0.90 0.66 0.57 344.08 0.82 0.24
Hex 6D B 25 0 5A 42 39 158 52 18
Octal 155 13 45 0 132 102 71 530 122 30
Binary 1101101 1011 100101 0 1011010 1000010 111001 101011000 1010010 11000

Color Harmonies of #6D0B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B25

Black with #6D0B25

Text Example


Text Example

White with #6D0B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,37); }

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

background-color css

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

 a { background-color: rgb(109,11,37); }

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

border-color css

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

 span { border-color: rgb(109,11,37); }

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