Html Css Color HEX #6B0C25 Pohutukawa

📋 copy color: '#6B0C25'

red 107 ◦ green 12 ◦ blue 37

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

Shades of Pohutukawa #6B0C25

Tints of Pohutukawa #6B0C25

RGB

 RED value IS 107 (42.19% from 255) = 68.59%

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

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

R = 68.59%
G = 7.69%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B0C25 (or 0x6B0C25) is known color: Pohutukawa. HEX triplet: 6B, 0C and 25. RGB value is (107,12,37). Sum of RGB (Red+Green+Blue) = 107+12+37=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C25 is #94F3DA. Grayscale: #2B2B2B. Windows color (decimal): -9761755 or 2428011. OLE color: 2428011.

HSL color Cylindrical-coordinate representation of color #6B0C25: hue angle of 344.21º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C25 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 12 37 -
CMYK 0 0.89 0.65 0.58
HSL 344.21º 0.8% 0.23% -
HSV(B) 344.21º 0.89% 0.42% -
XYZ 6.53 3.52 2.09 -
YUV 43.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 107 12 37 0 0.89 0.65 0.58 344.21 0.8 0.23
Hex 6B C 25 0 59 41 3A 158 50 17
Octal 153 14 45 0 131 101 72 530 120 27
Binary 1101011 1100 100101 0 1011001 1000001 111010 101011000 1010000 10111

Color Harmonies of #6B0C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C25

Black with #6B0C25

Text Example


Text Example

White with #6B0C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,12,37); }

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

background-color css

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

 a { background-color: rgb(107,12,37); }

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

border-color css

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

 span { border-color: rgb(107,12,37); }

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