Html Css Color HEX #6B191C Pohutukawa

📋 copy color: '#6B191C'

red 107 ◦ green 25 ◦ blue 28

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

Shades of Pohutukawa #6B191C

Tints of Pohutukawa #6B191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 66.88%
G = 15.63%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B191C (or 0x6B191C) is known color: Pohutukawa. HEX triplet: 6B, 19 and 1C. RGB value is (107,25,28). Sum of RGB (Red+Green+Blue) = 107+25+28=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B191C is #94E6E3. Grayscale: #313131. Windows color (decimal): -9758436 or 1841515. OLE color: 1841515.

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

Color convert

RGB 107 25 28 -
CMYK 0 0.77 0.74 0.58
HSL 357.8º 0.62% 0.26% -
HSV(B) 357.8º 0.77% 0.42% -
XYZ 6.62 3.9 1.5 -
YUV 49.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 107 25 28 0 0.77 0.74 0.58 357.8 0.62 0.26
Hex 6B 19 1C 0 4D 4A 3A 166 3E 1A
Octal 153 31 34 0 115 112 72 546 76 32
Binary 1101011 11001 11100 0 1001101 1001010 111010 101100110 111110 11010

Color Harmonies of #6B191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B191C

Black with #6B191C

Text Example


Text Example

White with #6B191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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