Html Css Color HEX #6B1823 Pohutukawa

📋 copy color: '#6B1823'

red 107 ◦ green 24 ◦ blue 35

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

Shades of Pohutukawa #6B1823

Tints of Pohutukawa #6B1823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 64.46%
G = 14.46%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6B1823 (or 0x6B1823) is known color: Pohutukawa. HEX triplet: 6B, 18 and 23. RGB value is (107,24,35). Sum of RGB (Red+Green+Blue) = 107+24+35=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1823 is #94E7DC. Grayscale: #323232. Windows color (decimal): -9758685 or 2300011. OLE color: 2300011.

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

Color convert

RGB 107 24 35 -
CMYK 0 0.78 0.67 0.58
HSL 352.05º 0.63% 0.26% -
HSV(B) 352.05º 0.78% 0.42% -
XYZ 6.69 3.9 1.99 -
YUV 50.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 107 24 35 0 0.78 0.67 0.58 352.05 0.63 0.26
Hex 6B 18 23 0 4E 43 3A 160 3F 1A
Octal 153 30 43 0 116 103 72 540 77 32
Binary 1101011 11000 100011 0 1001110 1000011 111010 101100000 111111 11010

Color Harmonies of #6B1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1823

Black with #6B1823

Text Example


Text Example

White with #6B1823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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