Html Css Color HEX #6B1524 Pohutukawa

📋 copy color: '#6B1524'

red 107 ◦ green 21 ◦ blue 36

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

Shades of Pohutukawa #6B1524

Tints of Pohutukawa #6B1524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.95%

R = 65.24%
G = 12.8%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6B1524 (or 0x6B1524) is known color: Pohutukawa. HEX triplet: 6B, 15 and 24. RGB value is (107,21,36). Sum of RGB (Red+Green+Blue) = 107+21+36=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1524 is #94EADB. Grayscale: #303030. Windows color (decimal): -9759452 or 2364779. OLE color: 2364779.

HSL color Cylindrical-coordinate representation of color #6B1524: hue angle of 349.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1524 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 36 -
CMYK 0 0.80 0.66 0.58
HSL 349.53º 0.67% 0.25% -
HSV(B) 349.53º 0.8% 0.42% -
XYZ 6.65 3.79 2.05 -
YUV 48.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 107 21 36 0 0.80 0.66 0.58 349.53 0.67 0.25
Hex 6B 15 24 0 50 42 3A 15E 43 19
Octal 153 25 44 0 120 102 72 536 103 31
Binary 1101011 10101 100100 0 1010000 1000010 111010 101011110 1000011 11001

Color Harmonies of #6B1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1524

Black with #6B1524

Text Example


Text Example

White with #6B1524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,36); }

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

background-color css

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

 a { background-color: rgb(107,21,36); }

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

border-color css

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

 span { border-color: rgb(107,21,36); }

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