Html Css Color HEX #6B1316 Pohutukawa

📋 copy color: '#6B1316'

red 107 ◦ green 19 ◦ blue 22

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

Shades of Pohutukawa #6B1316

Tints of Pohutukawa #6B1316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 72.3%
G = 12.84%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B1316 (or 0x6B1316) is known color: Pohutukawa. HEX triplet: 6B, 13 and 16. RGB value is (107,19,22). Sum of RGB (Red+Green+Blue) = 107+19+22=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1316 is #94ECE9. Grayscale: #2D2D2D. Windows color (decimal): -9759978 or 1446763. OLE color: 1446763.

HSL color Cylindrical-coordinate representation of color #6B1316: hue angle of 357.95º 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 #6B1316 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 19 22 -
CMYK 0 0.82 0.79 0.58
HSL 357.95º 0.7% 0.25% -
HSV(B) 357.95º 0.82% 0.42% -
XYZ 6.44 3.65 1.12 -
YUV 45.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 107 19 22 0 0.82 0.79 0.58 357.95 0.7 0.25
Hex 6B 13 16 0 52 4F 3A 166 46 19
Octal 153 23 26 0 122 117 72 546 106 31
Binary 1101011 10011 10110 0 1010010 1001111 111010 101100110 1000110 11001

Color Harmonies of #6B1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1316

Black with #6B1316

Text Example


Text Example

White with #6B1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,22); }

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

background-color css

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

 a { background-color: rgb(107,19,22); }

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

border-color css

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

 span { border-color: rgb(107,19,22); }

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