Html Css Color HEX #6D132B Pohutukawa

📋 copy color: '#6D132B'

red 109 ◦ green 19 ◦ blue 43

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

Shades of Pohutukawa #6D132B

Tints of Pohutukawa #6D132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 63.74%
G = 11.11%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D132B (or 0x6D132B) is known color: Pohutukawa. HEX triplet: 6D, 13 and 2B. RGB value is (109,19,43). Sum of RGB (Red+Green+Blue) = 109+19+43=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D132B is #92ECD4. Grayscale: #303030. Windows color (decimal): -9628885 or 2823021. OLE color: 2823021.

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

Color convert

RGB 109 19 43 -
CMYK 0 0.83 0.61 0.57
HSL 344º 0.7% 0.25% -
HSV(B) 344º 0.83% 0.43% -
XYZ 6.98 3.89 2.67 -
YUV 48.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 109 19 43 0 0.83 0.61 0.57 344 0.7 0.25
Hex 6D 13 2B 0 53 3D 39 158 46 19
Octal 155 23 53 0 123 75 71 530 106 31
Binary 1101101 10011 101011 0 1010011 111101 111001 101011000 1000110 11001

Color Harmonies of #6D132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D132B

Black with #6D132B

Text Example


Text Example

White with #6D132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,43); }

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

background-color css

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

 a { background-color: rgb(109,19,43); }

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

border-color css

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

 span { border-color: rgb(109,19,43); }

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