Html Css Color HEX #6B1827 Pohutukawa

📋 copy color: '#6B1827'

red 107 ◦ green 24 ◦ blue 39

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

Shades of Pohutukawa #6B1827

Tints of Pohutukawa #6B1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 62.94%
G = 14.12%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B1827 (or 0x6B1827) is known color: Pohutukawa. HEX triplet: 6B, 18 and 27. RGB value is (107,24,39). Sum of RGB (Red+Green+Blue) = 107+24+39=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1827 is #94E7D8. Grayscale: #323232. Windows color (decimal): -9758681 or 2562155. OLE color: 2562155.

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

Color convert

RGB 107 24 39 -
CMYK 0 0.78 0.64 0.58
HSL 349.16º 0.63% 0.26% -
HSV(B) 349.16º 0.78% 0.42% -
XYZ 6.76 3.93 2.32 -
YUV 50.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 107 24 39 0 0.78 0.64 0.58 349.16 0.63 0.26
Hex 6B 18 27 0 4E 40 3A 15D 3F 1A
Octal 153 30 47 0 116 100 72 535 77 32
Binary 1101011 11000 100111 0 1001110 1000000 111010 101011101 111111 11010

Color Harmonies of #6B1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1827

Black with #6B1827

Text Example


Text Example

White with #6B1827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,39); }

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

background-color css

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

 a { background-color: rgb(107,24,39); }

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

border-color css

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

 span { border-color: rgb(107,24,39); }

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