Html Css Color HEX #6B151A Pohutukawa

📋 copy color: '#6B151A'

red 107 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #6B151A

Tints of Pohutukawa #6B151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 69.48%
G = 13.64%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6B151A (or 0x6B151A) is known color: Pohutukawa. HEX triplet: 6B, 15 and 1A. RGB value is (107,21,26). Sum of RGB (Red+Green+Blue) = 107+21+26=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B151A is #94EAE5. Grayscale: #2F2F2F. Windows color (decimal): -9759462 or 1709419. OLE color: 1709419.

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

Color convert

RGB 107 21 26 -
CMYK 0 0.80 0.76 0.58
HSL 356.51º 0.67% 0.25% -
HSV(B) 356.51º 0.8% 0.42% -
XYZ 6.52 3.74 1.36 -
YUV 47.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 107 21 26 0 0.80 0.76 0.58 356.51 0.67 0.25
Hex 6B 15 1A 0 50 4C 3A 165 43 19
Octal 153 25 32 0 120 114 72 545 103 31
Binary 1101011 10101 11010 0 1010000 1001100 111010 101100101 1000011 11001

Color Harmonies of #6B151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B151A

Black with #6B151A

Text Example


Text Example

White with #6B151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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