Html Css Color HEX #6D0D25 Pohutukawa

📋 copy color: '#6D0D25'

red 109 ◦ green 13 ◦ blue 37

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

Shades of Pohutukawa #6D0D25

Tints of Pohutukawa #6D0D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

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

R = 68.55%
G = 8.18%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D0D25 (or 0x6D0D25) is known color: Pohutukawa. HEX triplet: 6D, 0D and 25. RGB value is (109,13,37). Sum of RGB (Red+Green+Blue) = 109+13+37=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D25 is #92F2DA. Grayscale: #2C2C2C. Windows color (decimal): -9630427 or 2428269. OLE color: 2428269.

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

Color convert

RGB 109 13 37 -
CMYK 0 0.88 0.66 0.57
HSL 345º 0.79% 0.24% -
HSV(B) 345º 0.88% 0.43% -
XYZ 6.78 3.67 2.1 -
YUV 44.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 109 13 37 0 0.88 0.66 0.57 345 0.79 0.24
Hex 6D D 25 0 58 42 39 159 4F 18
Octal 155 15 45 0 130 102 71 531 117 30
Binary 1101101 1101 100101 0 1011000 1000010 111001 101011001 1001111 11000

Color Harmonies of #6D0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0D25

Black with #6D0D25

Text Example


Text Example

White with #6D0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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