Html Css Color HEX #6C152A Pohutukawa

📋 copy color: '#6C152A'

red 108 ◦ green 21 ◦ blue 42

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

Shades of Pohutukawa #6C152A

Tints of Pohutukawa #6C152A

RGB

 RED value IS 108 (42.58% from 255) = 63.16%

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

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 63.16%
G = 12.28%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C152A (or 0x6C152A) is known color: Pohutukawa. HEX triplet: 6C, 15 and 2A. RGB value is (108,21,42). Sum of RGB (Red+Green+Blue) = 108+21+42=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C152A is #93EAD5. Grayscale: #313131. Windows color (decimal): -9693910 or 2757996. OLE color: 2757996.

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

Color convert

RGB 108 21 42 -
CMYK 0 0.81 0.61 0.58
HSL 345.52º 0.67% 0.25% -
HSV(B) 345.52º 0.81% 0.42% -
XYZ 6.87 3.89 2.58 -
YUV 49.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 108 21 42 0 0.81 0.61 0.58 345.52 0.67 0.25
Hex 6C 15 2A 0 51 3D 3A 15A 43 19
Octal 154 25 52 0 121 75 72 532 103 31
Binary 1101100 10101 101010 0 1010001 111101 111010 101011010 1000011 11001

Color Harmonies of #6C152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C152A

Black with #6C152A

Text Example


Text Example

White with #6C152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,42); }

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

background-color css

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

 a { background-color: rgb(108,21,42); }

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

border-color css

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

 span { border-color: rgb(108,21,42); }

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