Html Css Color HEX #6B151B Pohutukawa

📋 copy color: '#6B151B'

red 107 ◦ green 21 ◦ blue 27

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

Shades of Pohutukawa #6B151B

Tints of Pohutukawa #6B151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 69.03%
G = 13.55%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B151B (or 0x6B151B) is known color: Pohutukawa. HEX triplet: 6B, 15 and 1B. RGB value is (107,21,27). Sum of RGB (Red+Green+Blue) = 107+21+27=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B151B is #94EAE4. Grayscale: #2F2F2F. Windows color (decimal): -9759461 or 1774955. OLE color: 1774955.

HSL color Cylindrical-coordinate representation of color #6B151B: hue angle of 355.81º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B151B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 27 -
CMYK 0 0.80 0.75 0.58
HSL 355.81º 0.67% 0.25% -
HSV(B) 355.81º 0.8% 0.42% -
XYZ 6.53 3.74 1.41 -
YUV 47.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 107 21 27 0 0.80 0.75 0.58 355.81 0.67 0.25
Hex 6B 15 1B 0 50 4B 3A 164 43 19
Octal 153 25 33 0 120 113 72 544 103 31
Binary 1101011 10101 11011 0 1010000 1001011 111010 101100100 1000011 11001

Color Harmonies of #6B151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B151B

Black with #6B151B

Text Example


Text Example

White with #6B151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,27); }

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

background-color css

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

 a { background-color: rgb(107,21,27); }

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

border-color css

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

 span { border-color: rgb(107,21,27); }

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