Html Css Color HEX #6B1323 Pohutukawa

📋 copy color: '#6B1323'

red 107 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #6B1323

Tints of Pohutukawa #6B1323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.74%

R = 66.46%
G = 11.8%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B1323 (or 0x6B1323) is known color: Pohutukawa. HEX triplet: 6B, 13 and 23. RGB value is (107,19,35). Sum of RGB (Red+Green+Blue) = 107+19+35=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1323 is #94ECDC. Grayscale: #2F2F2F. Windows color (decimal): -9759965 or 2298731. OLE color: 2298731.

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

Color convert

RGB 107 19 35 -
CMYK 0 0.82 0.67 0.58
HSL 349.09º 0.7% 0.25% -
HSV(B) 349.09º 0.82% 0.42% -
XYZ 6.6 3.71 1.96 -
YUV 47.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 107 19 35 0 0.82 0.67 0.58 349.09 0.7 0.25
Hex 6B 13 23 0 52 43 3A 15D 46 19
Octal 153 23 43 0 122 103 72 535 106 31
Binary 1101011 10011 100011 0 1010010 1000011 111010 101011101 1000110 11001

Color Harmonies of #6B1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1323

Black with #6B1323

Text Example


Text Example

White with #6B1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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