Html Css Color HEX #6C132A Pohutukawa

📋 copy color: '#6C132A'

red 108 ◦ green 19 ◦ blue 42

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

Shades of Pohutukawa #6C132A

Tints of Pohutukawa #6C132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 63.91%
G = 11.24%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C132A (or 0x6C132A) is known color: Pohutukawa. HEX triplet: 6C, 13 and 2A. RGB value is (108,19,42). Sum of RGB (Red+Green+Blue) = 108+19+42=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C132A is #93ECD5. Grayscale: #303030. Windows color (decimal): -9694422 or 2757484. OLE color: 2757484.

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

Color convert

RGB 108 19 42 -
CMYK 0 0.82 0.61 0.58
HSL 344.49º 0.7% 0.25% -
HSV(B) 344.49º 0.82% 0.42% -
XYZ 6.84 3.82 2.57 -
YUV 48.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 108 19 42 0 0.82 0.61 0.58 344.49 0.7 0.25
Hex 6C 13 2A 0 52 3D 3A 158 46 19
Octal 154 23 52 0 122 75 72 530 106 31
Binary 1101100 10011 101010 0 1010010 111101 111010 101011000 1000110 11001

Color Harmonies of #6C132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C132A

Black with #6C132A

Text Example


Text Example

White with #6C132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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