Html Css Color HEX #6B1628 Pohutukawa

📋 copy color: '#6B1628'

red 107 ◦ green 22 ◦ blue 40

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

Shades of Pohutukawa #6B1628

Tints of Pohutukawa #6B1628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 63.31%
G = 13.02%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B1628 (or 0x6B1628) is known color: Pohutukawa. HEX triplet: 6B, 16 and 28. RGB value is (107,22,40). Sum of RGB (Red+Green+Blue) = 107+22+40=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1628 is #94E9D7. Grayscale: #313131. Windows color (decimal): -9759192 or 2627179. OLE color: 2627179.

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

Color convert

RGB 107 22 40 -
CMYK 0 0.79 0.63 0.58
HSL 347.29º 0.66% 0.25% -
HSV(B) 347.29º 0.79% 0.42% -
XYZ 6.73 3.85 2.4 -
YUV 49.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 107 22 40 0 0.79 0.63 0.58 347.29 0.66 0.25
Hex 6B 16 28 0 4F 3F 3A 15B 42 19
Octal 153 26 50 0 117 77 72 533 102 31
Binary 1101011 10110 101000 0 1001111 111111 111010 101011011 1000010 11001

Color Harmonies of #6B1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1628

Black with #6B1628

Text Example


Text Example

White with #6B1628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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