Html Css Color HEX #6B191B Pohutukawa

📋 copy color: '#6B191B'

red 107 ◦ green 25 ◦ blue 27

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

Shades of Pohutukawa #6B191B

Tints of Pohutukawa #6B191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 67.3%
G = 15.72%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B191B (or 0x6B191B) is known color: Pohutukawa. HEX triplet: 6B, 19 and 1B. RGB value is (107,25,27). Sum of RGB (Red+Green+Blue) = 107+25+27=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B191B is #94E6E4. Grayscale: #313131. Windows color (decimal): -9758437 or 1775979. OLE color: 1775979.

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

Color convert

RGB 107 25 27 -
CMYK 0 0.77 0.75 0.58
HSL 358.54º 0.62% 0.26% -
HSV(B) 358.54º 0.77% 0.42% -
XYZ 6.61 3.9 1.44 -
YUV 49.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 107 25 27 0 0.77 0.75 0.58 358.54 0.62 0.26
Hex 6B 19 1B 0 4D 4B 3A 167 3E 1A
Octal 153 31 33 0 115 113 72 547 76 32
Binary 1101011 11001 11011 0 1001101 1001011 111010 101100111 111110 11010

Color Harmonies of #6B191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B191B

Black with #6B191B

Text Example


Text Example

White with #6B191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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