Html Css Color HEX #6B1122 Pohutukawa

📋 copy color: '#6B1122'

red 107 ◦ green 17 ◦ blue 34

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

Shades of Pohutukawa #6B1122

Tints of Pohutukawa #6B1122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.76%

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 67.72%
G = 10.76%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6B1122 (or 0x6B1122) is known color: Pohutukawa. HEX triplet: 6B, 11 and 22. RGB value is (107,17,34). Sum of RGB (Red+Green+Blue) = 107+17+34=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1122 is #94EEDD. Grayscale: #2D2D2D. Windows color (decimal): -9760478 or 2232683. OLE color: 2232683.

HSL color Cylindrical-coordinate representation of color #6B1122: hue angle of 348.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1122 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 17 34 -
CMYK 0 0.84 0.68 0.58
HSL 348.67º 0.73% 0.24% -
HSV(B) 348.67º 0.84% 0.42% -
XYZ 6.55 3.64 1.87 -
YUV 45.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 107 17 34 0 0.84 0.68 0.58 348.67 0.73 0.24
Hex 6B 11 22 0 54 44 3A 15D 49 18
Octal 153 21 42 0 124 104 72 535 111 30
Binary 1101011 10001 100010 0 1010100 1000100 111010 101011101 1001001 11000

Color Harmonies of #6B1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1122

Black with #6B1122

Text Example


Text Example

White with #6B1122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,34); }

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

background-color css

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

 a { background-color: rgb(107,17,34); }

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

border-color css

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

 span { border-color: rgb(107,17,34); }

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